memory access
英 [ˈmeməri ˈækses]
美 [ˈmeməri ˈækses]
存储访问,内存访问;存取存储器
英英释义
noun
- (computer science) the operation of reading or writing stored information
双语例句
- For C and C++ programs ( not Java or. NET), Purify works by inserting extra instructions around every memory access the program performs.
对于C和C++程序(而不是Java或者.NET),Purify通过在这个程序执行中的每一个内存访问周围插入额外的指令来工作。 - The tightly-coupled nature of the CMP allows very short physical distances between processors and memory and, therefore, minimal memory access latency and higher performance.
CMP紧密耦合的本质使处理器与内存之间的物理距离很短,因此可提供最小的内存访问延迟和更高的性能。 - A method and apparatus for high performance volatile disk drive ( VDD) memory access using an integrated direct memory access ( DMA) engine.
一种方法和装置,用于使用集成直接存储器访问(DMA)引擎进行高性能易失性磁盘驱动器(VDD)存储器访问。 - NUMA support ( Non-Uniform Memory Access, memory design for multiprocessors) allows virtual machines to efficiently access large amounts of memory.
NUMA支持(非一致性内存访问,针对多处理器的内存设计)允许虚拟机有效地访问大量内存。 - Hence the term Non-Uniform Memory access.
因此就有了非均匀存储器存取这个术语。 - We also add the'unsafe'keyword since direct memory access isn't thread safe.
我们也添加了“不安全”的关键词因为直接内存获取并不安全。 - As processor gets much higher speed, the memory access latency becomes a bottleneck that restricts higher performance.
随着处理机运行速度的逐渐提高,存储访问延迟成为性能提高的瓶颈。 - When AME is enabled for an LPAR, the operating system starts compressing and decompressing data in memory based on the workload's memory access pattern.
在为LPAR启用AME时,操作系统将开始根据工作负载的内存访问模式压缩和解压缩内存中的数据。 - This advanced property is used for optimizing memory access. See documentation for usage.
此高级属性用于优化内存访问。有关用法,请参阅文档。 - Purify adds value to your existing correctness tests by simultaneously checking for memory access errors.
Purify可以通过同时检查内存访问错误来对您的现存正确性测试增加价值。